home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Asia Text Extras / Plugin Text Sample / Sample(TC) < prev   
Encoding:
Text (UTF-16)  |  2003-09-13  |  2.4 KB  |  12 lines

  1. # 檔案開頭(begin file heade)
  2. METHOD: TABLE
  3. #ENCODE: 定義編碼纇型,目前支持的編碼有GB,大五碼和Unicode(Currently support GB, Big5 and Unicode text file.)
  4. ENCODE: BIG5
  5. # PROMPT:定義顯示在中文輸入法選單上的輸入法名字。(Shown in Input Menu.)
  6. PROMPT: 繁體注音
  7. # DELIMITER: 定義同一輸入碼的字或語句間的分隔符。(Define the delimiter for characters or phrases with same input code.)
  8. #分隔符支持單字節和雙字節。(the delimiter could be either a one-byte or a two-byte character.)
  9. DELIMITER: ,
  10. VERSION: 1.4
  11. ACTIVATEKEY: 2
  12. #MAXINPUTCODE:定義最長輸入碼長度, 不得超過8個碼。(The max length of input code is 8 characters.)
  13. MAXINPUTCODE: 5
  14. #
  15. # VALIDINPUTKEY:定義合法輸入鍵,不區分大小寫。(input key definitions, it is case insensitive.)
  16. VALIDINPUTKEY: ,-./0123456789;ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
  17. TERMINPUTKEY:
  18. # BEGINCHARACTER:定義編碼開始,該行不能被刪除。(the following line must not be removed.)
  19. BEGINCHARACTER
  20. # 空行忽略。(any blank line is ignored.)
  21. # 每一行都可以包含單字或短語。(each line can contain single character or clause(s).)
  22. # 在輸入碼和所定義的輸入內容間的分隔符為制表鍵(tab)。(the delimiter between input code and charaters should be tab key.)
  23. 1i3    跛,簸,蚾,蘋果電腦公司
  24. 1i4    播,擘,簸,亳,薜,譒,薄,檗,蘗,繴,挀
  25. 1i6    伯,博,柏,泊,勃,搏,渤,駁,白,薄,脖,帛
  26. abc    我們,蘋果,一
  27. #可在下面加入更多的行。 (add more code lines below.)
  28. # ENDCHARACTER:定義編碼結束,該行不能被刪除。(the following line must not be removed.)
  29. ENDCHARACTER